home *** CD-ROM | disk | FTP | other *** search
/ Pulps on CDRom / Pulps on CDROM.iso / comm.z / ja.txt < prev    next >
Text File  |  1998-10-20  |  3KB  |  112 lines

  1. // ***************************************************************************************
  2. // *                                                                                     *
  3. // * COPYRIGHT:                                                                          *
  4. // * (C) Copyright Taligent, Inc.,  1997                                                 *
  5. // * (C) Copyright International Business Machines Corporation,  1997                    *
  6. // * Licensed Material - Program-Property of IBM - All Rights Reserved.                  *
  7. // * US Government Users Restricted Rights - Use, duplication, or disclosure             *
  8. // * restricted by GSA ADP Schedule Contract with IBM Corp.                              *
  9. // *                                                                                     *
  10. // ***************************************************************************************
  11.  
  12. ja {
  13.     LocaleString { ja_JP }
  14.     LocaleID { "0411" }
  15.     ShortLanguage { jpn }
  16.     ShortCountry { JPN }
  17.     Languages {
  18.         ja { "\u65e5\u672c\u8a9e" }
  19.     }
  20.     Countries {
  21.         JP { "\u65e5\u672c" }
  22.     }
  23.     MonthNames {
  24.         "1\u6708",
  25.         "2\u6708",
  26.         "3\u6708",
  27.         "4\u6708",
  28.         "5\u6708",
  29.         "6\u6708",
  30.         "7\u6708",
  31.         "8\u6708",
  32.         "9\u6708",
  33.         "10\u6708",
  34.         "11\u6708",
  35.         "12\u6708",
  36.         ""
  37.     }
  38.     MonthAbbreviations {
  39.         "1",
  40.         "2",
  41.         "3",
  42.         "4",
  43.         "5",
  44.         "6",
  45.         "7",
  46.         "8",
  47.         "9",
  48.         "10",
  49.         "11",
  50.         "12",
  51.         ""
  52.     }
  53.     DayNames {
  54.         "\u65e5\u66dc\u65e5",
  55.         "\u6708\u66dc\u65e5",
  56.         "\u706b\u66dc\u65e5",
  57.         "\u6c34\u66dc\u65e5",
  58.         "\u6728\u66dc\u65e5",
  59.         "\u91d1\u66dc\u65e5",
  60.         "\u571f\u66dc\u65e5"
  61.     }
  62.     DayAbbreviations {
  63.         "\u65e5",
  64.         "\u6708",
  65.         "\u706b",
  66.         "\u6c34",
  67.         "\u6728",
  68.         "\u91d1",
  69.         "\u571f"
  70.     }
  71.     AmPmMarkers { "\u5348\u524d", "\u5348\u5f8c" }
  72.     Eras { "\u5e73\u6210\u524d", "\u5e73\u4e8c" }
  73.     NumberPatterns {
  74.         "#,##0.###;-#,##0.###",
  75.         "Ñ#,##0.00",
  76.         "#,##0%"
  77.     }
  78.     NumberElements {
  79.         ".",
  80.         ",",
  81.         ",",
  82.         "%",
  83.         "0",
  84.         "#",
  85.         "-",
  86.         E,
  87.         "\u2030",
  88.         "\u221e",
  89.         "\ufffd"
  90.     }
  91.     CurrencyElements {
  92.         "Ñ",
  93.         JPY,
  94.         "."
  95.     }
  96.     DateTimePatterns {
  97.         "H'\u6642'mm'\u5206'ss'\u79d2'z",
  98.         "H:mm:ss:z",
  99.         "H:mm:ss",
  100.         "H:mm",
  101.         "yyyy'\u5e74'M'\u6708'd'\u65e5'",
  102.         "yyyy/MM/dd",
  103.         "yy/MM/dd",
  104.         "yy/MM/dd",
  105.         "{1} {0}"
  106.     }
  107.     DateTimeElements {
  108.         "1",
  109.         "1"
  110.     }
  111. }
  112.